CONVERT (HTML)
Convert Text to HTML
**Note: YOU MUST HAVE A TEXT FILE (NOT AN ASP OR HTML FORMATTED FILE) OPEN FOR THIS TO WORK CORRECTLY!
This is a very simple conversion process. It adds the HTML tags for Line Breaks and Paragraphs to your text file..basically, the way the line breaks and paragraphs are formatted in your text file are the way the html formatting will be done. If there's a plain line break, a <BR> will replace it. If there is a blank line between lines, a <P> will replace it. This is not meant to be a full-featured converter, just a quick way to get rid of some of those nasty formatting chores in an easy manner!


Convert International Chars to HTML Tags
This will allow for anyone doing HTML or ASP documents using an International keyboard to switch all characters into an HTML Format and also the other way around. If you have text highlighted, it will convert only that particular text. If not, it will convert the entire document. (There is also a reverse process for this command)


Convert Open/Close Tags(Alt-I-P-V)
Sometimes, you need to show an open and/or closing HTML bracket (< or >) on your web page, just as it is (like in a tutorial). To do this in HTML so that the web browser doesn't recognize this as a real open or close bracket, you need to use the correct HTML syntax. To do this in ASP Express, just highlight the text you need to conver and run this command - voila - you have the correct syntax on your web page.